home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-forwd < prev    next >
Encoding:
Text File  |  1990-11-11  |  2.4 KB  |  67 lines

  1. SET-SHOW FORWARD
  2.  
  3. Sets a forwarding address for your mail. After you enter the SET FORWARD 
  4. command, the address you specify receives mail messages. The default you
  5. establish with the SET FORWARD command remains in effect until you enter
  6. the SET NOFORWARD command.
  7.  
  8. The SHOW FORWARD command displays the name of the specified forwarding address.
  9.  
  10. If you have SYSNAM privilege, you can set and show forwarding addresses for
  11. other users.
  12.  
  13.  
  14. Format:        SET FORWARD address
  15.  
  16.                SET NOFORWARD
  17.  
  18.                SHOW FORWARD
  19.  
  20.  
  21. Parameters:    address
  22.  
  23.                Indicates the address (NODE::NAME) to which your mail is          
  24.                forwarded. The node name is not required.
  25.  
  26.  
  27. Qualifiers:    /ALL
  28.  
  29.                Lists forwarding information or displays a message if the
  30.                specified user does not have forwarding enabled.
  31.  
  32.                /USER=user-name
  33.  
  34.                /USER=user-name
  35.  
  36.                Indicates the name of another user for whom you are setting or
  37.                showing a forwarding address.
  38.                You can use the /USER qualifier only if you have SYSNAM
  39.                privilege. The user name can be specified, or you can use the
  40.                wildcard characters (* or %) to search for names with a
  41.                particular string in common.
  42.  
  43. Examples:
  44.  
  45.         1.
  46.              MAIL> SET FORWARD NEXUS::LARS
  47.              MAIL> SHOW FORWARD
  48.              Your mail is being forwarded to NEXUS::LARS
  49.        
  50.              MAIL>
  51.  
  52.                     This example shows how to establish a forwarding address
  53.                     with the SET FORWARD command and display the forwarding 
  54.                     address with the SHOW FORWARD command.
  55.         2.
  56.              MAIL> SHOW FORWARD/ALL/USER=C*
  57.              Username                Forwarding address
  58.              CARTON                   VIOLET::CARTON
  59.              COLLINS                  None
  60.              CRUTHERS                 GREEN::CRUTHERS
  61.  
  62.                     This example shows a wildcard search for all users whose     
  63.                     names begin with the letter 'C'. Since the /ALL qualifier    
  64.                     has been specified, all users are listed, even if they have  
  65.                     not entered a forwarding address. COLLINS has not entered a  
  66.                     forwarding address, therefore, None appears under the        
  67.                     "Forwarding address" heading.